-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-2215: [Plasma] Hugetables munmap issue #1660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ac87010 to
43675b1
Compare
python/pyarrow/tests/test_plasma.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't do sudo calls in unit tests. This could rather be a script that is run as an extra step in the CI. Still, this does not seem to test any Arrow/Plasma functionality?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filesystem created here is used to test Plasma support for huge pages, which is a performance optimization.
|
Thanks for the tip about sudo. The test was not complete yet. It is now ready, the test failure is unrelated. |
|
Looks good to me. Consider adding a comment in arrow/cpp/src/plasma/malloc.cc Line 158 in e50a8ec
|
d988939 to
03da6f0
Compare
|
I believe @xhochy's comment is addressed, so I will attempt to merge this. |
No description provided.